home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
netz
/
8n1
/
changelog
< prev
next >
Wrap
Text File
|
1995-08-10
|
2KB
|
85 lines
Version: 37.0 04-Jul-95
-----------------------
- Initial Version
- Set defaults during OpenDevice() instead of assuming values
in I/O request are correct. Reported by: Koen Peetermans
- Invalid size used for GetPrefs() call causing stack overlay.
Reported by: Paul Harrison
- Only tried to remove the 'serial.device' instead of removing
the CURRENT owner of the serial resources. Reported by:
George Kourkoutas
Version: 37.1 11-Jul-95
-----------------------
- Rewrote the RBF interrupt routines and offloaded some of the
work to a VERTB interrupt to prevent overruns and added the
EOFMODE option.
Version: 37.2 11-Jul-95
-----------------------
- Added "no handshaking" support. Requested by: Ronald van
Eijck
Version: 37.3 13-Jul-95
-----------------------
- Rewrote OpenDevice() and CloseDevice() calls to correct
several problems.
Version: 37.4 13-Jul-95
-----------------------
- Rewrote the CMD_WRITE and TBE interrupt routines. Lengths
of -1 were not being handled properly.
Version: 37.5 22-Jul-95
-----------------------
- Incorrect handling of interrupts caused TBE interrupts to be
missed.
- Corrected version number. 8n1.i was not being generated
correctly.
Version: 37.6 28-Jul-95
-----------------------
- When device was opened multiple times in shared mode, GURU
occured on first close.
Version: 37.7 29-Jul-95
-----------------------
- Rearranged device init data to allow proper display by
VERSION command. (The device base init data had to be
within the checksummed area.)
Version: 37.8 02-Aug-95
-----------------------
- Added the ability to send BREAKs. Requested by: Dwight
Zenzano
Version: 37.9 04-Aug-95
-----------------------
- Removed some testing code and prevented unnecessary RTS line
updates.
- First Aminet Release!
Version: 37.10 06-Aug-95
------------------------
- Corrected long word test of byte sized field.
- Removed ".w" from BTST instructions.
- Changed "8n1Base" to "Base8n1" to make more compatible with
other assemblers.
- Added "E-" to SNMAOPT line to prevent "Xref in executable"
message.
- Removed CIAF_PRTRSEL from PRTMASK to allow usage of ring
indicator line.
- Added storage arbitration code to cmd_Read and
sdcmd_SetParams.